body{
    background-image: url('images/CONSTRUCTgraphics/CONSTRUCT BG.jpg');
    background-size:cover;
    background-attachment:fixed;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    color: white;
    padding-top: 20px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: black;
    text-align: center;
    max-width: 50%;
    min-width: 300px;
    align-content: center;

}

html{
margin: auto;
display: flex;
justify-content: center;
margin-top: 15px;
}



main{

    animation: constructwiggle .2s linear infinite alternate;
}

footer{
    text-align: center;
    width: 100%;
}

.socials{
    display: flex;
    justify-content:space-evenly;
    flex-direction: row;
margin-top: 10px;
margin-bottom: 5px;
align-items: center;
width: 100%;
max-width: 300px;
}

.secondhalf{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.socialbutton:hover
{
scale: 110%;
}

.socialbutton:active{
scale: 95%;
transition: 0.05s
}

.socialbutton{
transition: .1s cubic-bezier(0.5, 0, 0.5, 1);
}

aside {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    width: 300px;
}


@keyframes constructwiggle{
    0%,100%{transform: translate(.15px, -.3px);}
    20%{transform: translate(-.1px, .2px);}
    40%{transform: translate(.3px, .25px);}
    60%{transform: translate(-.2px,-.2px);}
    80%{transform: translate(.25px, .15px);}
}

.workentryvideocontainer{
    width: 100%;
    flex: 1;
    margin: 5px 0 5px 0;
}


.videocontainer{
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-top: 1.5%;
}


.videocontainer{
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-top: 1.5%;
}

iframe{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

a{
    color: white;
    text-decoration: none;
}

.streamingoption{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-content: center;
    margin: 5px 0 5px 0;
}

.streamingoption:hover{
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.732));
}

.streaminglogo{
    width: 150px;
    object-fit: contain;
}

.streamingplay{
    width: 55px;
    height: auto;
    object-fit: contain;
}


.constructdivider{
    width: 100%;
    margin: 5px 0 5px 0;
    height: 6px;
}

::-webkit-scrollbar{
    width:10px;
    height:10px;
    background:transparent;
}

::-webkit-scrollbar-thumb{
    background:#ffffff35;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background:#ffffff50;
}
::-webkit-scrollbar-thumb:active{
    background:#ffffff65;
}

::-webkit-scrollbar-track{
    display:none;
}

::-webkit-scrollbar-track-piece{
    display:none;
}

::-webkit-scrollbar-corner{
    display:none;
}

::-webkit-scrollbar-button {
    display:none;
}